Update all non-major dependencies #447
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.10.15->0.11.14.20251213.0->4.20251221.04.20251210.0->4.20251217.010.25.0->10.26.10.17.4->0.18.24.54.0->4.56.00.8.1->0.8.2Release Notes
cloudflare/workers-sdk (@cloudflare/vitest-pool-workers)
v0.11.1Compare Source
Patch Changes
ae1ad22,171cfd9,428ae9e,737c0f4,c0e249e,472cf72,3853200]:v0.11.0Compare Source
Minor Changes
#11533
8d9003eThanks @petebacondarwin! - Add support for ctx.exportsIt is now possible to access
ctx.exportsproperties for themain(SELF) worker.SELFworker thectx.exportsobject now contains the expected stubs to the exported entry-points.createExecutionContext()hasexportsproperty that exposes the exports of theSELFworker.Due to the dynamic nature of Vitest the integration relies upon guessing what the exports of the
mainWorker are by statically analyzing the Worker source using esbuild. In cases where it is not possible to infer the exports (for example, a wildcard re-export of a virtual module) it is possible to declare these in the vitest-pool-workers config via theadditionalExportssetting.Patch Changes
ed42010,5d085fb,b75b710,1e9be12,6b28de1,6c590a0,12a63ef,4201472,7d8d4a6,95d81e1,6c590a0]:cloudflare/workerd (@cloudflare/workers-types)
v4.20251221.0Compare Source
v4.20251220.0Compare Source
v4.20251219.0Compare Source
v4.20251218.0Compare Source
v4.20251217.0Compare Source
v4.20251216.0Compare Source
cloudflare/workers-sdk (miniflare)
v4.20251217.0Compare Source
Patch Changes
#11679
ae1ad22Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11663
737c0f4Thanks @NuroDev! - Fix Durable Object RPC calls from Node.js blocking the event loop, preventingPromise.race()and timeouts from working correctly.Previously, RPC calls from Node.js to Durable Objects would block the Node.js event loop, causing
Promise.race()with timeouts to never resolve. This fix ensures that RPC calls properly yield control back to the event loop, allowing concurrent operations and timeouts to work as expected.v4.20251213.0Compare Source
Patch Changes
#11596
5d085fbThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11622
b75b710Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11640
1e9be12Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
pnpm/pnpm (pnpm)
v10.26.1Compare Source
v10.26.0Compare Source
rolldown/tsdown (tsdown)
v0.18.2Compare Source
🚀 Features
noExternal/inlineOnly/exports.exclude- by @sxzz and @TheAlexLichter (84b68)🐞 Bug Fixes
skipNodeModulesBundlefor monorepo - by @sxzz (9a34f)View changes on GitHub
v0.18.1Compare Source
🚀 Features
exportsoption as a stable feature - by @sxzz (ce9e0)🐞 Bug Fixes
View changes on GitHub
v0.18.0Compare Source
🚨 Breaking Changes
rollup-plugin-copy- by @sxzz (e864b)cloudflare/workers-sdk (wrangler)
v4.56.0Compare Source
Minor Changes
#11196
171cfd9Thanks @emily-shen! - For containers being created in a FedRAMP high environment, registry credentials are encrypted by the container platform.Update wrangler to correctly send a request to configure a registry for FedRAMP containers.
#11646
472cf72Thanks @vovacf201! - feat: add R2 Data Catalog snapshot expiration commandsAdds new commands to manage automatic snapshot expiration for R2 Data Catalog tables:
wrangler r2 bucket catalog snapshot-expiration enable- Enable automatic snapshot expirationwrangler r2 bucket catalog snapshot-expiration disable- Disable automatic snapshot expirationSnapshot expiration helps manage storage costs by automatically removing old table snapshots while keeping a minimum number of recent snapshots for recovery purposes.
Example usage:
Patch Changes
#11649
428ae9eThanks @ascorbic! - fix: respect TypeScript path aliases when resolving non-JS modules with module rulesWhen importing non-JavaScript files (like
.graphql,.txt, etc.) using TypeScript path aliases defined intsconfig.json, Wrangler's module-collection plugin now correctly resolves these imports. Previously, path aliases were only respected for JavaScript/TypeScript files, causing imports likeimport schema from '~lib/schema.graphql'to fail when using module rules.#11647
c0e249eThanks @dario-piotrowicz! - The auto-configuration logic present inwrangler setupandwrangler deploy --x-autoconfigcannot reliably handle Hono projects, so in these cases make sure to properly error saying that automatically configuring such projects is not supported.#11694
3853200Thanks @dario-piotrowicz! - fix: improve the open-next detection thatwrangler deployperforms to eliminate false positives for non open-next projectsUpdated dependencies [
ae1ad22,737c0f4]:v4.55.0Compare Source
Minor Changes
#11301
6c590a0Thanks @dario-piotrowicz! - Makewrangler deployrunopennextjs-cloudflare deploywhen executed in an open-next project#11045
12a63efThanks @edmundhung! - Add an internalunstable_printBindingsAPI for vite plugin integration#11590
7d8d4a6Thanks @pombosilva! - Add Workflows send-event to wrangler commands.#11301
6c590a0Thanks @dario-piotrowicz! - Support Next.js (via OpenNext) projects in autoconfigPatch Changes
#11615
ed42010Thanks @elithrar! - Add helpful warning when SSL certificate errors occur due to corporate proxies or VPNs intercepting HTTPS traffic. When errors like "self-signed certificate in certificate chain" are detected, wrangler now displays guidance about installing missing system roots from your corporate proxy vendor.#11641
6b28de1Thanks @petebacondarwin! - update command status text and formatting#11578
4201472Thanks @gpanders! - Fixup UX papercuts in containers SSH#11550
95d81e1Thanks @hiendv! - Fix "TypeError: Body is unusable: Body has already been read" when failing to exchange oauth code because of doubleresponse.text().Updated dependencies [
5d085fb,b75b710,1e9be12]:suhaotian/xior (xior)
v0.8.2Compare Source
validResponseoption. Now you can customise what counts as an “OK response” behaviour.commaarrayFormat for params encoding Ref:#52Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.